@charset "utf-8";

/* 代码整理：懒人之家 lanrenzhijia.com */

.code {
    width: 940px;
    margin: 0 auto;
    border: 1px dotted #333;
    background: #f1f1f1;
    padding: 0 0 10px 50px;
    font-weight: bold;
    margin: 50px auto;
}

.code p,
#parameters p {
    text-indent: 48px;
    line-height: 30px;
}

.code p.textIn,
#parameters p.textIn {
    text-indent: 24px;
}

.code p.notextIn,
#parameters p.notextIn {
    text-indent: 0;
}

.code h3 {
    font-size: 16px;
    margin: 10px 0;
}

#parameters {
    width: 100%;
    border-top: 1px solid #999;
    background: #fff;
}

#parameters p {
    width: 1100px;
    margin: 0 auto;
    font-weight: bold;
}

#parameters p span {
    margin-left: 30px;
    color: #9d6f15;
}

#parameters h2 {
    font-size: 30px;
    margin-top: 20px;
    font-family: '宋体';
    font-weight: bold;
}

#btn {
    float: right;
    font-size: 20px;
    margin-top: 26px;
    font-weight: normal;
    outline: none;
}

#warpper,
#warpper2,
#warpper3,
warpper4 {
    width: 100%;
    position: relative;
}

#focus,
#focus2,
#focus3,
#focus4 {
    width: 100% !important;
    height: 560px !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: none;
}


/* focusWarp */

.focusWarp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.imgList {
    height: 100% !important;
    position: absolute;
    width: 100% !important;
}

.imgList li {
    text-align: center;
    width: 100% !important;
    height: 100%;
    left: 0 !important;
}

.imgList li a {
    display: flex;
    height: 85%;
    width: 100%;
}




.imgList_r h1 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    font-family: "微软雅黑";
    padding-bottom: 45px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    text-align: left;
}

.imgList_r p {
    color: #424242;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 45px;
    text-align: left;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}



.imgList_two {
    position: absolute;
    z-index: 10;
    bottom: -100px;
}

.imgList_two li {
    float: left;
    text-align: center;
}

.imgList_two li img {
    margin-left: -330px;
}

.imgBtn {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    left: 0 !important;
}

.btnWarp {
    overflow: hidden;
    height: 115px !important;
}

.btnWarp ul {
    width: 50vw !important;
}


/* 默认圆点样式 */

.imgBtn li {
    width: 185px !important;
    height: 110px !important;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    background: url(../images/btnBg_03.png) no-repeat right top;
    _background: url(../images/btnBg_03.gif) no-repeat right top;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.imgBtn li img {
    width: 100% !important;
    height: 100% !important;
}

.imgBtn li .imgList_r {
    display: none;
}

.imgBtn li.hover {
    background: url(../images/btnBg_03.png) no-repeat left top;
    _background: url(../images/btnBg_03.gif) no-repeat left top;
}


/* 圆点样式结束 */

.sizeBox {
    width: 300px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.prev,
.next {
    display: block;
    height: 77px;
    width: 36px;
    position: absolute;
    top: 120px;
    z-index: 100;
    background: url(../images/prevNext.png) no-repeat;
    outline: none;
    *background: url(../images/prevNext.gif) no-repeat;
    background: url(../images/prevNext.gif) no-repeat\0;
}

.prev {
    left: 50%;
}

.next {
    right: 50%;
    background-position: right top;
}

.thumPrev,
.thumNext {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/sprevNext.png) no-repeat;
    _background: url(../images/sprevNext.gif) no-repeat;
    margin-top: 10px;
    margin-right: 10px;
    outline: none;
}

.thumNext {
    background-position: right top;
}

@media screen and (Max-width: 1550px) {
    .imgBtn li {
        width: 175px !important;
    }
}